AccelGroup: Remove @See_also of deleted function
authorDaniel Boles <dboles.src@gmail.com>
Mon, 9 Apr 2018 18:43:45 +0000 (19:43 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 9 Apr 2018 18:45:10 +0000 (19:45 +0100)
gtk_item_factory_new() is not a thing that exists.

Also, maybe the lack of space after the colon was what stopped the link
from rendering.

gtk/gtkaccelgroup.c

index f93c233a5db115d134c00fc904006218ccf9d6e6..18db6312121aae69bae4bc5ae8203b0d6c34eb63 100644 (file)
@@ -39,8 +39,8 @@
  * @Short_description: Groups of global keyboard accelerators for an
  *     entire GtkWindow
  * @Title: Accelerator Groups
- * @See_also:gtk_window_add_accel_group(), gtk_accel_map_change_entry(),
- * gtk_item_factory_new(), gtk_label_new_with_mnemonic()
+ * @See_also: gtk_window_add_accel_group(), gtk_accel_map_change_entry(),
+ * gtk_label_new_with_mnemonic()
  *
  * A #GtkAccelGroup represents a group of keyboard accelerators,
  * typically attached to a toplevel #GtkWindow (with